func runtime.runqempty
9 uses
runtime (current package)
proc.go#L3115: if spinning && !runqempty(pp) {
proc.go#L3136: if !runqempty(pp) || !sched.runq.empty() {
proc.go#L3809: if !runqempty(p) {
proc.go#L3904: if !idlepMaskSnapshot.read(uint32(id)) && !runqempty(p2) {
proc.go#L6147: if runqempty(pp) {
proc.go#L6703: if runqempty(pp) && sched.nmspinning.Load()+sched.npidle.Load() > 0 && pd.syscallwhen+10*1000*1000 > now {
proc.go#L7376: if !runqempty(pp) {
proc.go#L7447: func runqempty(pp *p) bool {
proc.go#L7947: if p := getg().m.p.ptr(); !runqempty(p) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |